English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

'X' koleksiyonu ICollection uygulamadığından veya salt okunur olduğundan veriyle doldurulamıyor. Koleksiyon, IEnumerable veya T[] değilse, ICollection uygulamalı ve varsayılan oluşturucuyla önceden başlatılmış veya yazılabilir olmalıdır.

Click to search this error in Google

English version

Cannot populate the collection 'X' because it does not implement ICollection or is read-only. If the collection is not IEnumerable or T[] it must implement ICollection and be either pre-initialized or be writable with a default constructor.

Click to search this error in Google



Localized version
 Turkish

Error category
 .Net Framework

Other localized versions
6 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions